Welcome![Sign In][Sign Up]
Location:
Search - crc c

Search list

[Crack Hackcrc

Description: CRC校验程序,使用了CRC-16和CRC-CCITT方法 -CRC inspection program, which use crc-16 and crc-ccitt method
Platform: | Size: 1024 | Author: 站长 | Hits:

[SCMCrc4

Description: 八位CRC,c程序-eight CRC, c procedures
Platform: | Size: 1024 | Author: sss | Hits:

[CommunicationCRC算法和c语言实现

Description: CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding method is simple, and error detection and correction capability in the field of communication widely used to achieve error control
Platform: | Size: 27648 | Author: jojo | Hits:

[AlgorithmCRC循环校验具体算法

Description: 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
Platform: | Size: 2048 | Author: 汪永威 | Hits:

[GUI Develop循环冗余码校验crc算法

Description: 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for the ITU G704
Platform: | Size: 1177600 | Author: 藤力 | Hits:

[OS programCRC算法C源程序

Description: C语言编程的CRC校验方法程序设计源代码实现,程序写得不错,联系方式:QQ:76947175-C programming language CRC design methods and procedures to achieve the source code, procedures well-written, Contact : QQ : 76947175
Platform: | Size: 14336 | Author: lq | Hits:

[SCM数据传输的CRC校验

Description: 单片机通信或者远距离数据传输系统中做CRC校验的c源程序。可以嵌入到系统中直接运用。-SCM communication or remote data transmission system so CRC c source. Can be embedded directly into the system use.
Platform: | Size: 2048 | Author: 程夫人 | Hits:

[SCMcrc校验源码分析

Description: 这是CRC校验源码的分析,让你更了解CRC校验的原理-This is the CRC-source analysis and let you know more about the principles of the CRC
Platform: | Size: 20480 | Author: 周兵 | Hits:

[Communicationcrc校验详解

Description: CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
Platform: | Size: 19456 | Author: 小康 | Hits:

[SCMcrc 51

Description: 51单片机的CRC程序,此程序是通过查表的办法进行计算,对于51单片机相当适用-51 SCM CRC procedure, this procedure is through the look-up table approach, for quite applicable MCU 51
Platform: | Size: 3072 | Author: 郭子旺 | Hits:

[SCMCRC-CCITT-tab

Description: 一个生成反相CRC-CCITT校验码表的单片机C程序,反相CRC-CCITT= 0x8408,开发环境为Keil C51-a generation RP-CRC-CCITT CRC table of SCM C procedures, RP-CRC-CCITT = 0x8408, the development environment for Keil C51
Platform: | Size: 12288 | Author: 吴健 | Hits:

[Other resourceCRC1345

Description: c的CRC原吗 c的CRC原吗 -c c original? CRC original CRC? C c original? CRC of the original? c CRC original?
Platform: | Size: 1024 | Author: | Hits:

[SCMlib_crc_16-32

Description: crc-16 crc-8 crc-32各种CRC校验C源代码-crc-16 crc-8 crc-32 various CRC C source code
Platform: | Size: 28672 | Author: IT民工 | Hits:

[Bookscrc

Description: 循环冗余校验CRC的算法分析和程序实现-Cyclic Redundancy Check Analysis of Algorithms and Procedures
Platform: | Size: 106496 | Author: huangjf | Hits:

[Com PortCRc-c

Description: modbus中的crc校验,介绍了三种方法以及他们的源码-Modbus in the CRC checksum, the introduction of three methods as well as their source
Platform: | Size: 4096 | Author: wengjn | Hits:

[AlgorithmCRC

Description: 循环冗余码的求解算法,c语言写的,信息,网络等很多课程都要会学到这一算法-Cyclic redundancy code algorithm, c language writing, information, networks, and many other courses have to learn the algorithm
Platform: | Size: 2048 | Author: apache | Hits:

[Windows Developcrc

Description: CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up table method, and so on to achieve CRC checksum method I hope all of you to help group.
Platform: | Size: 34816 | Author: 庄少轩 | Hits:

[Other Embeded programcrc.c

Description: CRC source code for linux environment. CRC for 16 bytes packet. Useful for checking crc of tinyos uart packet.
Platform: | Size: 1024 | Author: andus | Hits:

[OtherCRC-C-Source

Description: CRC校验原理及其C语言实现CRC校验原理及其C语言实现-CRC checking principle and C language realization,CRC checking principle and C language realization
Platform: | Size: 9216 | Author: jnhoodlum | Hits:

[Crack HackCRC--C-language

Description: CRC校验C语言实现,CRC(Cyclic Redundancy Check)校验应用较为广泛,以前为了处理简单,在程序中大多数采用LRC(Longitudinal Redundancy Check)校验,LRC校验很好理解,编程实现简单。用了一天时间研究了CRC的C语言实现,理解和掌握了基本原理和C语言编程。结合自己的理解简单写下来。-CRC, C language, CRC (Cyclic Redundancy Check) verification is widely used, previous to deal with simple procedure in most cases, in the LRC (Longitudinal Redundancy Check) checksum, LRC check a good understanding of programming simple. With the day of the CRC of the C language, to understand and master the basic principles and C language programming. In conjunction with their understanding of simple writing.
Platform: | Size: 4096 | Author: xiangyunl | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net